dvb_desc_sat

@struct dvb_desc_sat @ingroup descriptors @brief Structure containing the satellite delivery system descriptor

@param type descriptor tag @param length descriptor length @param next pointer to struct dvb_desc @param frequency frequency in kHz @param orbit orbital position in degrees (multiplied by 10) @param west_east west east flag. 0 = west, 1 = east @param polarization polarization. 0 = horizontal, 1 = vertical, 2 = left, 3 = right. @param roll_off roll off alpha factor. 0 = 0.35, 1 = 0.25, 2 = 0.20, 3 = reserved. @param modulation_system modulation system. 0 = DVB-S, 1 = DVB-S2. @param modulation_type modulation type. 0 = auto, 1 = QPSK, 2 = 8PSK, 3 = 16-QAM (only for DVB-S2). @param symbol_rate symbol rate in Kbauds. @param fec inner FEC (convolutional code)

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

frequency
uint frequency;
Undocumented in source.
length
ubyte length;
Undocumented in source.
next
dvb_desc* next;
Undocumented in source.
orbit
ushort orbit;
Undocumented in source.
type
ubyte type;
Undocumented in source.

Meta